From 4ca314e5c298aeb533e63eed7736060244ae7a02 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Wed, 14 Jan 2009 20:38:47 +0000 Subject: [PATCH] Don't document forward declarations and move them down a bit to make them * babl/babl.h: Don't document forward declarations and move them down a bit to make them less eminent. svn path=/trunk/; revision=362 --- ChangeLog | 6 +++++- babl/babl.h | 9 ++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 83a7637..9a63a0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ 2009-01-14 Martin Nordholts - * babl/babl.h: + * babl/babl.h: Don't document forward declarations and move them + down a bit to make them less eminent. + +2009-01-14 Martin Nordholts + * babl/babl-internal.h: Remove BABL_HARD_MAX_PATH_LENGTH from here, it's only for internal use. diff --git a/babl/babl.h b/babl/babl.h index f55d4d1..284e6f8 100644 --- a/babl/babl.h +++ b/babl/babl.h @@ -30,11 +30,6 @@ #error babl.h included after babl-internal.h #endif -typedef union _Babl Babl; -/* Union used for quick convenient access to any field of any BablInstance */ - -typedef struct _BablList BablList; - /* magic number used at the start of all babl objects, used to do * differentiation in polymorphic functions. (as well as manual * type check assertions). @@ -75,6 +70,10 @@ enum { }; typedef unsigned int BablClassType; +typedef union _Babl Babl; + +typedef struct _BablList BablList; + /** Initialize the babl library */ void babl_init (void); -- 2.30.2